home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / isa_004.zip / MACROS.TXT < prev    next >
Text File  |  1992-04-23  |  2KB  |  41 lines

  1. ;                             MACRO FILE
  2. ; <--- the ';' is a comment marker.  Anything typed AFTER the ';' on a
  3. ; line is considered comments and is ignored by the file reader.
  4. ; Anything BEFORE the ';' will be read in by the file reader, and the line
  5. ; shall be considered a VALID LINE.  An INVALID Line is a line that starts
  6. ; IMMEDIATELY with a comment marker.
  7. ;
  8. ; The use of macros is actually quite simple.  This file is used by the
  9. ; chat to define the function of each macro.  To program a macro simply
  10. ; enter a line to be parsed by the chat.  The First VALID line in this
  11. ; file will be parsed when ALT+1 is pushed.  The Second VALID Line in this
  12. ; file will be parsed when ALT+2 is pushed and so forth.
  13. ; eg. ^F/Username^F when parsed will <Toggle funny mode><Type user's
  14. ; Name><ToggleFunnyMode>
  15. ;
  16. ;       +-----------------+---------------------------+
  17. ;       | Character Combo | FUNCTION                  |
  18. ;       +-----------------+---------------------------+
  19. ;       | ^F              | Toggle Funny Mod          |
  20. ;       | ^H              | Backspace                 |
  21. ;       | ^I              | Tab                       |
  22. ;       | ^K              | Colour Change             |
  23. ;       | ^L              | Toggle Lock User Keyboard |
  24. ;       | ^M              | Enter                     |
  25. ;       | ^Q              | Clear User Window         |
  26. ;       | ^R              | Redraw Screen             |
  27. ;       | ^S              | Switch Windows            |
  28. ;       | ^W              | Clear Window              |
  29. ;       | ^Y              | Clear Line                |
  30. ;       | /username       | Replaced by User's Name   |
  31. ;       | /sysopname      | Replaced by Sysop's Name  |
  32. ;       | /doorname       | Replaced by Door's Name   |
  33. ;       | /chatver        | Replaced by Chat Version  |
  34. ;       +-----------------+---------------------------+
  35. ;
  36. Hello, ^f/username^F...
  37. ^L^S^K12 I have just locked your key-board^K^K^S
  38. <Hold Please>
  39. ^K15<^K13Holding^K15>^K^K
  40.  
  41.